projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d33a738
)
(Man-file-name-regexp): Adjust for a list of files.
author
Nick Roberts
<nickrob@snap.net.nz>
Thu, 12 Jan 2006 21:22:30 +0000
(21:22 +0000)
committer
Nick Roberts
<nickrob@snap.net.nz>
Thu, 12 Jan 2006 21:22:30 +0000
(21:22 +0000)
lisp/man.el
patch
|
blob
|
history
diff --git
a/lisp/man.el
b/lisp/man.el
index 5846e5ee4cd8a534bde9b535d1759d23bbafd3ec..fd3f98e0dcb8767ea340ff11766d28ee1d8285e9 100644
(file)
--- a/
lisp/man.el
+++ b/
lisp/man.el
@@
-304,7
+304,7
@@
This regexp should not start with a `^' character.")
(defvar Man-include-regexp "#[ \t]*include[ \t]*"
"Regular expression describing the #include (directive of cpp).")
-(defvar Man-file-name-regexp "[^<>\" \t\n]+"
+(defvar Man-file-name-regexp "[^<>\"
,
\t\n]+"
"Regular expression describing <> in #include line (directive of cpp).")
(defvar Man-normal-file-prefix-regexp "[/~$]"